Link libgtk to libintl
authorРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 11 Apr 2018 16:43:27 +0000 (16:43 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 11 Apr 2018 16:49:18 +0000 (16:49 +0000)
commit8c3ee6a38d8b5086af9c8b2eb8b3d0015e428461
tree7357629a89b43d1089c8ababe587bc0b5a9aa969
parent20f12f9ed7260838bbf82d722e7ed1f85ca2eda5
Link libgtk to libintl

GTK does use libintl directly (in gtkmain.c, for example) and thus
needs to be linked to it (if found and/or needed).

Previously we most likely were getting libintl from glib, but
that stopped for some reason. Either way, explicit linking is
the right thing to do here.
gtk/meson.build